summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkmonitor-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/win32/gdkmonitor-win32.h')
-rw-r--r--gdk/win32/gdkmonitor-win32.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/win32/gdkmonitor-win32.h b/gdk/win32/gdkmonitor-win32.h
index 6bfcd2bc1f..11121a660f 100644
--- a/gdk/win32/gdkmonitor-win32.h
+++ b/gdk/win32/gdkmonitor-win32.h
@@ -15,8 +15,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GDK_WIN32_MONITOR_PRIVATE_H__
-#define __GDK_WIN32_MONITOR_PRIVATE_H__
+#pragma once
#include <windows.h>
#include <glib.h>
@@ -54,4 +53,3 @@ struct _GdkWin32MonitorClass {
int _gdk_win32_monitor_compare (GdkWin32Monitor *a, GdkWin32Monitor *b);
-#endif