]> git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/libraries.h
Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / include / wx / msw / libraries.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/libraries.h
3 // Purpose: Pragmas for linking libs conditionally
4 // Author: Michael Wetherell
5 // Modified by:
6 // RCS-ID: $Id$
7 // Copyright: (c) 2005 Michael Wetherell
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_MSW_LIBRARIES_H_
12 #define _WX_MSW_LIBRARIES_H_
13
14 // Notes:
15 //
16 // In general the preferred place to add libs is in the bakefiles. This file
17 // can be used where libs must be added conditionally, for those compilers that
18 // support a way to do that.
19
20 #endif // _WX_MSW_LIBRARIES_H_