diff options
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/c/common.h b/c/common.h deleted file mode 100644 index b59b205..0000000 --- a/c/common.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once -#include <windows.h> - -TCHAR *TSZFromSZ(char *, int); -int Watched(int); |