- Move from using include guards to pragma once.
[reactos.git] / reactos / dll / cpl / odbccp32 / odbccp32.h
1 #pragma once
2
3 #include <windows.h>
4 #include <commctrl.h>
5 #include <cpl.h>
6 #include <tchar.h>
7
8 extern HINSTANCE hApplet;
9 extern HMODULE hLibrary;