mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
74aab77ef5
PR: ports/46169 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
14 lines
337 B
C++
14 lines
337 B
C++
--- midimountain/stlini.h Tue May 1 09:54:22 2001
|
|
+++ midimountain/stlini.h Wed Dec 11 03:22:23 2002
|
|
@@ -1,3 +1,5 @@
|
|
+#ifndef _STLINI_H_
|
|
+#define _STLINI_H_
|
|
#include <map>
|
|
#include <string>
|
|
using namespace std;
|
|
@@ -14,3 +16,4 @@
|
|
void SaveIni(INIFile &theINI, const char *filename);
|
|
INIFile LoadIni(const char *filename);
|
|
|
|
+#endif
|