• R/O
  • HTTP
  • SSH
  • HTTPS

wtklite: Commit

A light-weight C++ object model framework Windows API Tool Kit


Commit MetaInfo

Revisión5f36e14ddf923c8490cc62f2e11e11132bea482e (tree)
Tiempo2015-03-23 23:07:41
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Consistently use local headers for package build.

Cambiar Resumen

Diferencia incremental

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2014-04-02 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Consistently use local headers for package build.
4+
5+ * wtkraise.cpp (wtklite.h): Use quoted include, not bracketed; we
6+ cannot assume it will be in a default include path, at build time.
7+
18 2013-08-20 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 wtklite version 0.1.2 released.
--- a/wtkraise.cpp
+++ b/wtkraise.cpp
@@ -13,7 +13,7 @@
1313 * application, and promotes any such existing instance to foreground.
1414 *
1515 * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
16- * Copyright (C) 2013, MinGW.org Project.
16+ * Copyright (C) 2013, 2014, MinGW.org Project.
1717 *
1818 * ---------------------------------------------------------------------------
1919 *
@@ -39,7 +39,7 @@
3939 * ---------------------------------------------------------------------------
4040 *
4141 */
42-#include <wtklite.h>
42+#include "wtklite.h"
4343
4444 namespace WTK
4545 {
Show on old repository browser