add header guard to file dialog platform code
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
|
||||||
|
#define YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
@@ -68,4 +71,6 @@ class FileDialogWrapper {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
#error "Unsupported platform."
|
#error "Unsupported platform."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
|
||||||
Reference in New Issue
Block a user