Add multiple inclusion guard.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23704 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-02 20:54:11 +00:00
parent 897899ce90
commit 32cfb9ea17
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifndef GUI_WSMKEYS_H
#define GUI_WSMKEYS_H
#include "wskeys.h"
@ -62,3 +64,5 @@ TwsKeyNames wsKeyNames[ wsKeyNumber ] =
{ wsKeyNone, "None" }
};
#endif /* GUI_WSMKEYS_H */