diff options
Diffstat (limited to 'plugins/Variables/src/variables.cpp')
| -rw-r--r-- | plugins/Variables/src/variables.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Variables/src/variables.cpp b/plugins/Variables/src/variables.cpp index 86c8efe983..4758f9f167 100644 --- a/plugins/Variables/src/variables.cpp +++ b/plugins/Variables/src/variables.cpp @@ -16,6 +16,7 @@      along with this program; if not, write to the Free Software
      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 +
  #include "variables.h"
  BOOL (WINAPI *pfnEnableThemeDialogTexture)(HANDLE, DWORD) = 0;
 @@ -38,8 +39,6 @@ HCURSOR hCurSplitNS;  struct ParseOptions gParseOpts;
 -extern HINSTANCE hInst;
 -
  TCHAR *getArguments(TCHAR *string, TCHAR ***aargv, int *aargc) {
  	BOOL bDontParse, bNewArg, bDone;
  | 
