Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / include / psdk / polarity.h
diff --git a/reactos/sdk/include/psdk/polarity.h b/reactos/sdk/include/psdk/polarity.h
deleted file mode 100644 (file)
index af45581..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * COPYRIGHT:            This file is in the public domain.
- * PROJECT:              ReactOS kernel
- * FILE:                 include/psdk/polarity.h
- * PURPOSE:
- * PROGRAMMER:           Magnus Olsen (greatlrd)
- *
- */
-
-#ifndef POLARITY_HEADERFILE_IS_INCLUDED
-    #define POLARITY_HEADERFILE_IS_INCLUDED
-
-    #ifdef USE_POLARITY
-        #ifdef BUILDING_DLL
-            #define POLARITY __declspec( dllexport )
-        #else
-            #define POLARITY __declspec( dllimport )
-        #endif
-    #else
-        #define POLARITY
-    #endif
-#endif