]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_PDCLIB_runTlsCallbacks.c
Cosmetic comment fixes.
[pdclib] / platform / win32 / functions / _PDCLIB / _PDCLIB_runTlsCallbacks.c
index 064fd40957dfc76b714e0b70786890d650740a3f..318f91ceabf6bcf089846e746171cc38f0c064ba 100644 (file)
@@ -1,3 +1,9 @@
+/* _PDCLIB_runTlsCallbacks( void *, DWORD, PVOID )
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
 #include <stddef.h>
 #include <windows.h>
 
@@ -31,4 +37,4 @@ int main( void )
     return TEST_RESULTS;
 }
 
-#endif
\ No newline at end of file
+#endif