- Move from using include guards to pragma once.
[reactos.git] / reactos / dll / cpl / odbccp32 / odbccp32.h
index e1e7e33..8a534c4 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef ODBCCP32_H__ // odbccp32.h
-#define ODBCCP32_H__
+#pragma once
 
 #include <windows.h>
 #include <commctrl.h>
 
 #include <windows.h>
 #include <commctrl.h>
@@ -8,5 +7,3 @@
 
 extern HINSTANCE hApplet;
 extern HMODULE hLibrary;
 
 extern HINSTANCE hApplet;
 extern HMODULE hLibrary;
-
-#endif /* end of ODBCCP32_H__ */