forked from Silverfish/proton-bridge
We build too many walls and not enough bridges
This commit is contained in:
12
utils/dxtn/main.h
Normal file
12
utils/dxtn/main.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __MAIN_H__
|
||||
#define __MAIN_H__
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#ifdef BUILD_DLL
|
||||
#define DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define DLL_EXPORT __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#endif // __MAIN_H__
|
||||
Reference in New Issue
Block a user