Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / math / asin.c
index 5f912ba..f097bd4 100644 (file)
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Boston, MA 02111-1307, USA.
+ */
+#include <msvcrti.h>
 
-#include <msvcrt/math.h>
 
 double asin (double __x)
 {