[MSPAINT] Add some header guards.
[reactos.git] / base / applications / mspaint / dib.h
index 7a25f2b..743c2e8 100644 (file)
@@ -6,6 +6,8 @@
  * PROGRAMMERS: Benedikt Freisen
  */
 
+#pragma once
+
 HBITMAP CreateDIBWithProperties(int width, int height);
 
 int GetDIBWidth(HBITMAP hbm);