Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Remove mention of G_WIN32_PRETEND_WIN9X
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=7027
  • Loading branch information
Matthias Clasen committed Jun 12, 2008
1 parent 98e1e4a commit c304ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/reference/ChangeLog
@@ -1,3 +1,7 @@
2008-06-12 Matthias Clasen <mclasen@redhat.com>

* glib/running.sgml: Remove mention of G_WIN32_PRETEND_WIN9X

2008-06-12 Ross Burton <ross@burtonini.com>

* gio/gio-sections.txt:
Expand Down
13 changes: 1 addition & 12 deletions docs/reference/glib/running.sgml
Expand Up @@ -191,17 +191,6 @@ variables like <envar>LANG</envar>, <envar>PATH</envar> or <envar>HOME</envar>.
</para>
</formalpara>

<formalpara id="G_WIN32_PRETEND_WIN9X">
<title><envar>G_WIN32_PRETEND_WIN9X</envar></title>

<para>
Setting this variable to any value forces g_win32_get_windows_version()
to return a version code for Windows 9x. This is mainly an internal
debugging aid for GTK+ and GLib developers, to be able to check the
code paths for Windows 9x.
</para>
</formalpara>

</refsect2>

<refsect2 id="setlocale">
Expand All @@ -227,7 +216,7 @@ character pointers, not the "wide" ones.)
On the other hand, there is the C library's current locale. The
character set (code-page) used by that is not necessarily the same as
the system default ANSI code-page. Strings in this character set are
returned by functions like <function>strftime</function>.
returned by functions like <function>strftime()</function>.
</para>

</refsect2>
Expand Down

0 comments on commit c304ebc

Please sign in to comment.