Merging r37048, r37051, r37052, r37055 from the-real-msvc branch
[reactos.git] / reactos / dll / cpl / odbccp32 / odbccp32.h
1 #ifndef ODBCCP32_H__ // odbccp32.h
2 #define ODBCCP32_H__
3
4 #include <windows.h>
5 #include <commctrl.h>
6 #include <cpl.h>
7 #include <tchar.h>
8
9 extern HINSTANCE hApplet;
10 extern HMODULE hLibrary;
11
12 #endif /* end of ODBCCP32_H__ */