mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
14 lines
182 B
C
Executable File
14 lines
182 B
C
Executable File
// Common/MyInitGuid.h
|
|
|
|
#ifndef __COMMON_MYINITGUID_H
|
|
#define __COMMON_MYINITGUID_H
|
|
|
|
#ifdef _WIN32
|
|
#include <initguid.h>
|
|
#else
|
|
#define INITGUID
|
|
#include "MyGuidDef.h"
|
|
#endif
|
|
|
|
#endif
|