Under Windows, when you modify environment variables or other
settings, the change is generally not taken into account immediately;
quite often, you'll have to reboot for the change to take effect.

WinSettingChange is a small utility that broadcasts the
WM_SETTINGCHANGE message to all top-level windows, to notify that
something has changed in the global settings. Most of the time, this
will save you the burden of rebooting.

The program takes no parameter; it returns 0 if succesful, 1
otherwise.

Installation:
-------------
Put the executable (winsettingchange.exe) where you please, preferably
somewhere on you execution path.

For the curious mind: 
--------------------- 
The program is written in Ada, using the Gnat compiler and the
Win32Ada interface. The source file (winsettingchange.adb) is provided
in the zip file for those who want to discover what Ada looks like. 

For more info about Adalog and the Ada language, see
http://www.adalog.fr/adalog2.htm

For the free Gnat Ada compiler, see http://libre.adacore.com

Copyright notice:
-----------------
WinSettingChange is (c) Adalog 2008.

This software is free software; you can redistribute modify it under
terms of the GNU General Public published by the Free Software
Foundation; either ver (at your option) any later version. This unit
is d in the hope that it will be useful, but WITHOUT ANY without even
the implied warranty of MERCHANTABILITY FOR A PARTICULAR PURPOSE. See
the GNU General Publ for more details. You should have received a copy
General Public License distributed with this program COPYING. If not,
write to the Free Software Foun Temple Place - Suite 330, Boston, MA
02111-1307, USA.
