diff --git a/src/platform_win32.h b/src/platform_win32.h new file mode 100644 index 0000000000..b20293c8dc --- /dev/null +++ b/src/platform_win32.h @@ -0,0 +1,4 @@ +#ifndef NODE_PLATFORM_WIN32_H_ +#define NODE_PLATFORM_WIN32_H_ + +#endif // NODE_PLATFORM_WIN32_H_