We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b257193 commit 565e9f6Copy full SHA for 565e9f6
1 file changed
fs.h
@@ -933,13 +933,13 @@ see some random tags and stuff in this file. These are just used for doing a dum
933
extern "C" {
934
#endif
935
936
-/* BEG fs_platform_detection.c */
+/* BEG fs_platform_detection.h */
937
#if defined(_WIN32)
938
#define FS_WIN32
939
#else
940
#define FS_POSIX
941
942
-/* END fs_platform_detection.c */
+/* END fs_platform_detection.h */
943
944
/* BEG fs_compiler_compat.h */
945
#include <stddef.h> /* For size_t. */
0 commit comments