Groonga 3.0.9 Source Code Document
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
groonga
lib
libgroonga.c
Go to the documentation of this file.
1
#ifdef WIN32
2
#include <windows.h>
3
4
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason,
void
* reserve)
5
{
6
return
TRUE
;
7
}
8
#endif
Generated on Sun Nov 10 2013 09:49:03 for Groonga 3.0.9 Source Code Document by
1.8.1.2