- Timestamp:
- Mar 22, 2019, 12:13:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-kernel/service_internal_python.h
r640 r899 2 2 * Author : Gérald FENOY 3 3 * 4 * Copyright (c) 2009-201 0GeoLabs SARL4 * Copyright (c) 2009-2019 GeoLabs SARL 5 5 * 6 6 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 31 31 #include "response_print.h" 32 32 #include <Python.h> 33 #include "cgic.h"34 33 #ifdef WIN32 35 34 #include <windows.h> 36 35 #include <direct.h> 37 36 #endif 37 #include "cgic.h" 38 38 39 39 PyDictObject* PyDict_FromMaps(maps* t);
Note: See TracChangeset
for help on using the changeset viewer.